home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / nShell-Pro.sit / nShell-Pro / bin / rmdir.rsrc / TEXT_16000_man general.txt < prev    next >
Text File  |  1994-11-27  |  496b  |  20 lines

  1.  
  2. NAME
  3.  
  4. rm, rmdir - remove files or directories
  5.  
  6. SYNOPSIS
  7.  
  8. rm file [file2...]
  9. rmdir dir [dir2...]
  10.  
  11. DESCRIPTION
  12.  
  13. The "rm" command will delete each file in a list.  Missing files are skipped.  If a directory is specified as a parameter to "rm", it is skipped as well.
  14.  
  15. The "rmdir" will delete each directory in a list.  Missing directories are skipped.  If a file is specified as a parameter to "rm", it is skipped as well.  Directories must be empty to be deleted.
  16.  
  17. RETURN CODES
  18.  
  19. <0    Error
  20. 0    Success